home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / nameless.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2011-06-09  |  479 b   |  29 lines

  1. _root.stopAllSounds();
  2. _root.music.stop();
  3. _root.health = 100;
  4. _root.lives = 3;
  5. _root.score = 0;
  6. _root.magic = 100;
  7. if(!_root.cont)
  8. {
  9.    _root.cont = 3;
  10.    _root.contLevel = _currentframe;
  11. }
  12. dropNum = 0;
  13. var checkVis = function(which)
  14. {
  15.    if(which.hitTest(_root.cam))
  16.    {
  17.       which._visible = true;
  18.    }
  19.    else
  20.    {
  21.       which._visible = false;
  22.    }
  23. };
  24. _root.stopAllSounds();
  25. music.stop();
  26. _root.pauseMode = false;
  27. _root.remake = false;
  28. stop();
  29.